home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Direct3D / EffectEdit / EffectEdit.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  8.2 KB  |  338 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="EffectEdit"
  6.     ProjectGUID="{B7197FB2-EC48-4F2B-9A6F-F487308E59EA}"
  7.     SccProjectName=""
  8.     SccLocalPath=""
  9.     Keyword="MFCProj">
  10.     <Platforms>
  11.         <Platform
  12.             Name="Win32"/>
  13.     </Platforms>
  14.     <Configurations>
  15.         <Configuration
  16.             Name="Release|Win32"
  17.             OutputDirectory=".\Release"
  18.             IntermediateDirectory=".\Release"
  19.             ConfigurationType="1"
  20.             UseOfMFC="2"
  21.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  22.             CharacterSet="1">
  23.             <Tool
  24.                 Name="VCCLCompilerTool"
  25.                 InlineFunctionExpansion="1"
  26.                 AdditionalIncludeDirectories="..\..\common"
  27.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
  28.                 StringPooling="TRUE"
  29.                 RuntimeLibrary="2"
  30.                 EnableFunctionLevelLinking="TRUE"
  31.                 UsePrecompiledHeader="3"
  32.                 PrecompiledHeaderThrough="stdafx.h"
  33.                 PrecompiledHeaderFile=".\Release/EffectEdit.pch"
  34.                 AssemblerListingLocation=".\Release/"
  35.                 ObjectFile=".\Release/"
  36.                 ProgramDataBaseFileName=".\Release/"
  37.                 WarningLevel="3"
  38.                 SuppressStartupBanner="TRUE"
  39.                 CompileAs="0"/>
  40.             <Tool
  41.                 Name="VCCustomBuildTool"/>
  42.             <Tool
  43.                 Name="VCLinkerTool"
  44.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  45.                 AdditionalDependencies="dxerr9.lib d3d9.lib d3dx9.lib version.lib winmm.lib"
  46.                 OutputFile=".\Release/EffectEdit.exe"
  47.                 LinkIncremental="1"
  48.                 SuppressStartupBanner="TRUE"
  49.                 ProgramDatabaseFile=".\Release/EffectEdit.pdb"
  50.                 SubSystem="2"/>
  51.             <Tool
  52.                 Name="VCMIDLTool"
  53.                 PreprocessorDefinitions="NDEBUG"
  54.                 MkTypLibCompatible="TRUE"
  55.                 SuppressStartupBanner="TRUE"
  56.                 TargetEnvironment="1"
  57.                 TypeLibraryName=".\Release/EffectEdit.tlb"/>
  58.             <Tool
  59.                 Name="VCPostBuildEventTool"/>
  60.             <Tool
  61.                 Name="VCPreBuildEventTool"/>
  62.             <Tool
  63.                 Name="VCPreLinkEventTool"/>
  64.             <Tool
  65.                 Name="VCResourceCompilerTool"
  66.                 PreprocessorDefinitions="_AFXDLL;NDEBUG"
  67.                 Culture="1033"/>
  68.             <Tool
  69.                 Name="VCWebServiceProxyGeneratorTool"/>
  70.             <Tool
  71.                 Name="VCWebDeploymentTool"/>
  72.         </Configuration>
  73.         <Configuration
  74.             Name="Debug|Win32"
  75.             OutputDirectory=".\Debug"
  76.             IntermediateDirectory=".\Debug"
  77.             ConfigurationType="1"
  78.             UseOfMFC="2"
  79.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80.             CharacterSet="1">
  81.             <Tool
  82.                 Name="VCCLCompilerTool"
  83.                 Optimization="0"
  84.                 AdditionalIncludeDirectories="..\..\common"
  85.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
  86.                 BasicRuntimeChecks="0"
  87.                 RuntimeLibrary="3"
  88.                 UsePrecompiledHeader="3"
  89.                 PrecompiledHeaderThrough="stdafx.h"
  90.                 PrecompiledHeaderFile=".\Debug/EffectEdit.pch"
  91.                 AssemblerListingLocation=".\Debug/"
  92.                 ObjectFile=".\Debug/"
  93.                 ProgramDataBaseFileName=".\Debug/"
  94.                 BrowseInformation="1"
  95.                 WarningLevel="3"
  96.                 SuppressStartupBanner="TRUE"
  97.                 DebugInformationFormat="4"
  98.                 CompileAs="0"/>
  99.             <Tool
  100.                 Name="VCCustomBuildTool"/>
  101.             <Tool
  102.                 Name="VCLinkerTool"
  103.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  104.                 AdditionalDependencies="dxerr9.lib d3d9.lib d3dx9dt.lib version.lib winmm.lib"
  105.                 OutputFile=".\Debug/EffectEdit.exe"
  106.                 LinkIncremental="2"
  107.                 SuppressStartupBanner="TRUE"
  108.                 GenerateDebugInformation="TRUE"
  109.                 ProgramDatabaseFile=".\Debug/EffectEdit.pdb"
  110.                 SubSystem="2"/>
  111.             <Tool
  112.                 Name="VCMIDLTool"
  113.                 PreprocessorDefinitions="_DEBUG"
  114.                 MkTypLibCompatible="TRUE"
  115.                 SuppressStartupBanner="TRUE"
  116.                 TargetEnvironment="1"
  117.                 TypeLibraryName=".\Debug/EffectEdit.tlb"/>
  118.             <Tool
  119.                 Name="VCPostBuildEventTool"/>
  120.             <Tool
  121.                 Name="VCPreBuildEventTool"/>
  122.             <Tool
  123.                 Name="VCPreLinkEventTool"/>
  124.             <Tool
  125.                 Name="VCResourceCompilerTool"
  126.                 PreprocessorDefinitions="_AFXDLL;_DEBUG"
  127.                 Culture="1033"/>
  128.             <Tool
  129.                 Name="VCWebServiceProxyGeneratorTool"/>
  130.             <Tool
  131.                 Name="VCWebDeploymentTool"/>
  132.         </Configuration>
  133.     </Configurations>
  134.     <Files>
  135.         <Filter
  136.             Name="Source Files"
  137.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  138.             <File
  139.                 RelativePath=".\EffectDoc.cpp">
  140.             </File>
  141.             <File
  142.                 RelativePath=".\EffectEdit.cpp">
  143.             </File>
  144.             <File
  145.                 RelativePath=".\ErrorsView.cpp">
  146.             </File>
  147.             <File
  148.                 RelativePath=".\MainFrm.cpp">
  149.             </File>
  150.             <File
  151.                 RelativePath=".\OptionsView.cpp">
  152.             </File>
  153.             <File
  154.                 RelativePath=".\RenderView.cpp">
  155.             </File>
  156.             <File
  157.                 RelativePath=".\StdAfx.cpp">
  158.                 <FileConfiguration
  159.                     Name="Release|Win32">
  160.                     <Tool
  161.                         Name="VCCLCompilerTool"
  162.                         UsePrecompiledHeader="1"/>
  163.                 </FileConfiguration>
  164.                 <FileConfiguration
  165.                     Name="Debug|Win32">
  166.                     <Tool
  167.                         Name="VCCLCompilerTool"
  168.                         UsePrecompiledHeader="1"/>
  169.                 </FileConfiguration>
  170.             </File>
  171.             <File
  172.                 RelativePath=".\TextView.cpp">
  173.             </File>
  174.             <File
  175.                 RelativePath="UIElements.cpp">
  176.             </File>
  177.         </Filter>
  178.         <Filter
  179.             Name="Header Files"
  180.             Filter="h;hpp;hxx;hm;inl">
  181.             <File
  182.                 RelativePath=".\EffectDoc.h">
  183.             </File>
  184.             <File
  185.                 RelativePath=".\EffectEdit.h">
  186.             </File>
  187.             <File
  188.                 RelativePath=".\ErrorsView.h">
  189.             </File>
  190.             <File
  191.                 RelativePath=".\MainFrm.h">
  192.             </File>
  193.             <File
  194.                 RelativePath=".\OptionsView.h">
  195.             </File>
  196.             <File
  197.                 RelativePath=".\RenderView.h">
  198.             </File>
  199.             <File
  200.                 RelativePath=".\Resource.h">
  201.             </File>
  202.             <File
  203.                 RelativePath=".\StdAfx.h">
  204.             </File>
  205.             <File
  206.                 RelativePath=".\TextView.h">
  207.             </File>
  208.             <File
  209.                 RelativePath="UIElements.h">
  210.             </File>
  211.         </Filter>
  212.         <Filter
  213.             Name="Resource Files"
  214.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  215.             <File
  216.                 RelativePath="..\..\..\UI\arrow.x">
  217.             </File>
  218.             <File
  219.                 RelativePath="..\..\Common\directx.ico">
  220.             </File>
  221.             <File
  222.                 RelativePath=".\EffectDoc.ico">
  223.             </File>
  224.             <File
  225.                 RelativePath=".\EffectEdit.manifest">
  226.             </File>
  227.             <File
  228.                 RelativePath=".\EffectEdit.rc">
  229.             </File>
  230.             <File
  231.                 RelativePath="Toolbar.bmp">
  232.             </File>
  233.             <File
  234.                 RelativePath="UIElement.fx">
  235.             </File>
  236.         </Filter>
  237.         <Filter
  238.             Name="Common Files"
  239.             Filter="">
  240.             <File
  241.                 RelativePath="..\..\Common\DXUT.cpp">
  242.                 <FileConfiguration
  243.                     Name="Release|Win32">
  244.                     <Tool
  245.                         Name="VCCLCompilerTool"
  246.                         UsePrecompiledHeader="0"/>
  247.                 </FileConfiguration>
  248.                 <FileConfiguration
  249.                     Name="Debug|Win32">
  250.                     <Tool
  251.                         Name="VCCLCompilerTool"
  252.                         UsePrecompiledHeader="0"/>
  253.                 </FileConfiguration>
  254.             </File>
  255.             <File
  256.                 RelativePath="..\..\Common\DXUT.h">
  257.             </File>
  258.             <File
  259.                 RelativePath="..\..\Common\DXUTenum.cpp">
  260.                 <FileConfiguration
  261.                     Name="Release|Win32">
  262.                     <Tool
  263.                         Name="VCCLCompilerTool"
  264.                         UsePrecompiledHeader="0"/>
  265.                 </FileConfiguration>
  266.                 <FileConfiguration
  267.                     Name="Debug|Win32">
  268.                     <Tool
  269.                         Name="VCCLCompilerTool"
  270.                         UsePrecompiledHeader="0"/>
  271.                 </FileConfiguration>
  272.             </File>
  273.             <File
  274.                 RelativePath="..\..\Common\DXUTenum.h">
  275.             </File>
  276.             <File
  277.                 RelativePath="..\..\Common\dxutgui.cpp">
  278.                 <FileConfiguration
  279.                     Name="Release|Win32">
  280.                     <Tool
  281.                         Name="VCCLCompilerTool"
  282.                         UsePrecompiledHeader="0"/>
  283.                 </FileConfiguration>
  284.                 <FileConfiguration
  285.                     Name="Debug|Win32">
  286.                     <Tool
  287.                         Name="VCCLCompilerTool"
  288.                         UsePrecompiledHeader="0"/>
  289.                 </FileConfiguration>
  290.             </File>
  291.             <File
  292.                 RelativePath="..\..\Common\dxutgui.h">
  293.             </File>
  294.             <File
  295.                 RelativePath="..\..\Common\DXUTmisc.cpp">
  296.                 <FileConfiguration
  297.                     Name="Release|Win32">
  298.                     <Tool
  299.                         Name="VCCLCompilerTool"
  300.                         UsePrecompiledHeader="0"/>
  301.                 </FileConfiguration>
  302.                 <FileConfiguration
  303.                     Name="Debug|Win32">
  304.                     <Tool
  305.                         Name="VCCLCompilerTool"
  306.                         UsePrecompiledHeader="0"/>
  307.                 </FileConfiguration>
  308.             </File>
  309.             <File
  310.                 RelativePath="..\..\Common\DXUTmisc.h">
  311.             </File>
  312.             <File
  313.                 RelativePath="..\..\Common\DXUTSettingsDlg.cpp">
  314.                 <FileConfiguration
  315.                     Name="Release|Win32">
  316.                     <Tool
  317.                         Name="VCCLCompilerTool"
  318.                         UsePrecompiledHeader="0"/>
  319.                 </FileConfiguration>
  320.                 <FileConfiguration
  321.                     Name="Debug|Win32">
  322.                     <Tool
  323.                         Name="VCCLCompilerTool"
  324.                         UsePrecompiledHeader="0"/>
  325.                 </FileConfiguration>
  326.             </File>
  327.             <File
  328.                 RelativePath="..\..\Common\DXUTSettingsDlg.h">
  329.             </File>
  330.         </Filter>
  331.         <File
  332.             RelativePath="readme.txt">
  333.         </File>
  334.     </Files>
  335.     <Globals>
  336.     </Globals>
  337. </VisualStudioProject>
  338.